xend: Implement DGRAM (connectionless) type socket listeners
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 17 Mar 2009 10:36:20 +0000 (10:36 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 17 Mar 2009 10:36:20 +0000 (10:36 +0000)
commitc48f8a0105a4c3eee2354654ac0d4b68e1f91542
treedd0b2de812e2a3c64f3383c2d78e0da03a4e58a9
parent550686e4fdd5234b21def5fcbd474e97f3bb4409
xend: Implement DGRAM (connectionless) type socket listeners

Introduce SocketDgramListener and UnixDgramListener classes.
We already have STREAM (connection) type socket listener classes in
the source tree, but we need DGRAM (connectionless) type listeners to
receive udev events.

Signed-off-by: Yosuke Iwamatsu <y-iwamatsu@ab.jp.nec.com>
tools/python/xen/web/connection.py
tools/python/xen/web/unix.py